RipProcess handles and manipulates RIP routing.
More...
RipProcess handles and manipulates RIP routing.
◆ addRipConfigNeighbor()
| void RipProcess::addRipConfigNeighbor |
( |
ip |
| ) |
|
Adds the specified address as a neighbor.
- Parameters
-
| neighborAddress,the | IP address of the neighbor. |
◆ addRipConfigNetwork()
| void RipProcess::addRipConfigNetwork |
( |
ip |
| ) |
|
Adds RIP routing on the specified network.
- Parameters
-
| networkAddress,the | network address to add. |
◆ removeRipConfigNeighbor()
| void RipProcess::removeRipConfigNeighbor |
( |
ip |
| ) |
|
Removes the specified address as a neighbor.
- Parameters
-
| neighborAddress,the | IP address of the neighbor. |
◆ removeRipConfigNetwork()
| void RipProcess::removeRipConfigNetwork |
( |
ip |
| ) |
|
Removes RIP routing on the specified network.
- Parameters
-
| networkAddress,the | network address to remove. |
◆ setAdminDistance()
| void RipProcess::setAdminDistance |
( |
int |
| ) |
|
Sets the administrative distance.
- Parameters
-
| adminDistance,the | administrative distance value. |
◆ setAllRipTimerIntervals()
| void RipProcess::setAllRipTimerIntervals |
( |
long |
, |
|
|
long |
, |
|
|
long |
, |
|
|
long |
|
|
) |
| |
Sets the update timer interval, invalid timer interval, holddown timer interval, and flush interval.
- Parameters
-
| updateTimerInterval,the | update timer interval. |
| invalidTimerInterval,invalid | (timeout) timer interval. |
| holddownInterval,the | holddown timer interval. |
| flushInterval,the | flush interval. |
◆ setAutoSummaryFlag()
| void RipProcess::setAutoSummaryFlag |
( |
bool |
| ) |
|
Enables or disables auto summary.
- Parameters
-
| bAutoSummary,true | to enable auto summary, false to disable it. |
◆ setDebugRipDatabaseFlag()
| void RipProcess::setDebugRipDatabaseFlag |
( |
bool |
| ) |
|
Enables or disables debug rip database.
- Parameters
-
| bDebugRipDatabase,true | to enable debug rip database, false to disable it. |
◆ setDebugRipEventFlag()
| void RipProcess::setDebugRipEventFlag |
( |
bool |
| ) |
|
Enables or disables debug rip events.
- Parameters
-
| bDebugRipEventFlag,true | to enable debug rip events, false to disable it. |
◆ setDebugRipFlag()
| void RipProcess::setDebugRipFlag |
( |
bool |
| ) |
|
Enables or disables debug rip.
- Parameters
-
| bFlag,true | to enable debug rip, false to disable it. |
◆ setDebugRipTriggerFlag()
| void RipProcess::setDebugRipTriggerFlag |
( |
bool |
| ) |
|
Enables or disables debug rip trigger.
- Parameters
-
| bDebugRipTriggerFlag,true | to enable debug rip trigger, false to disable it. |
◆ setDefaultInformationOriginate()
| void RipProcess::setDefaultInformationOriginate |
( |
bool |
| ) |
|
Enables or disables default information originate.
- Parameters
-
| bOriginate,true | to enable default information originate, false to disable it. |
◆ setDefaultPassiveInterface()
| void RipProcess::setDefaultPassiveInterface |
( |
bool |
| ) |
|
Enables or disables default passive interface.
- Parameters
-
| bAutoSummary,true | to enable default passive interface., false to disable it. |
◆ setTimersBasicFlag()
| void RipProcess::setTimersBasicFlag |
( |
bool |
| ) |
|
Enables or disables the timers.
- Parameters
-
| isEnabled,true | to enable the timers, false to disable it. |
◆ setUpdateTimerInterval()
| void RipProcess::setUpdateTimerInterval |
( |
long |
| ) |
|
Sets the update timer interval.
- Parameters
-
| updateTimerInterval,the | update timer interval. |
The documentation for this class was generated from the following file: